public enum HashFunction extends java.lang.Enum<HashFunction>
Enum Constant and Description |
---|
AnonymousGraph |
ArthorSubstructureOrder |
AtomBondCounts |
CanonicalSmiles |
DegreeVector |
ElementGraph |
ExtendedMurcko |
HetAtomProtomer |
HetAtomTautomer |
Mesomer |
MolFormula |
MurckoScaffold |
NetCharge |
RedoxPair |
Regioisomer |
SmallWorldIndexBR |
SmallWorldIndexBRL |
Modifier and Type | Method and Description |
---|---|
static HashFunction |
swigToEnum(int swigValue) |
int |
swigValue() |
static HashFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HashFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashFunction AnonymousGraph
public static final HashFunction ElementGraph
public static final HashFunction CanonicalSmiles
public static final HashFunction MurckoScaffold
public static final HashFunction ExtendedMurcko
public static final HashFunction MolFormula
public static final HashFunction AtomBondCounts
public static final HashFunction DegreeVector
public static final HashFunction Mesomer
public static final HashFunction HetAtomTautomer
public static final HashFunction HetAtomProtomer
public static final HashFunction RedoxPair
public static final HashFunction Regioisomer
public static final HashFunction NetCharge
public static final HashFunction SmallWorldIndexBR
public static final HashFunction SmallWorldIndexBRL
public static final HashFunction ArthorSubstructureOrder
public static HashFunction[] values()
for (HashFunction c : HashFunction.values()) System.out.println(c);
public static HashFunction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static HashFunction swigToEnum(int swigValue)